home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / WWW / Unreal / networks / unrealircd.conf < prev    next >
Encoding:
Text File  |  2000-05-27  |  2.8 KB  |  114 lines

  1. ver^1.4
  2. #
  3. #   UnrealIRCd Configuration file - unrealircd.conf
  4. #   (C) Carsten Munk 1999 - Under the GNU license
  5. #   $Id: unrealircd.conf,v 1.11 2000/04/29 14:53:22 stskeeps Exp $   
  6. # Follow the instructions here.
  7. # change the filename to what network header file you use
  8. # relative to DPATH
  9. Include .................: networks/roxnet.network
  10.  
  11. #
  12. # What K:Line address can K:lined users mail at?
  13. #
  14. Set KLINE_ADDRESS .......: the admin of this server
  15.  
  16. # If you want users to get auto +x on connect
  17. # 1 = Yes 0 = No
  18. Set MODE_X ..............: 1
  19.  
  20. # Auto +i users when they connect?
  21. # 1 = Yes 0 = No
  22. Set MODE_I ..............: 0
  23.  
  24. # Auto +X users when they connect? This can help as a new REMOVE_ADVERTISE
  25. Set MODE_STRIPWORDS .....: 0
  26.  
  27. # If compiled on a halfhub network this will upgrade it to be a real hub
  28. # *  else if tried on a leaf (not hub) it will cause an error
  29. # * NOTE: There are only TWO versions of UnrealIRCd - Leaf and [Half]Hub
  30. # *       (in wIRCd terms)
  31. # *       Leafs are normal leafs
  32. # *       Halfhubs are hubs that doesn't send out a GLOBOPS when connect estab
  33. # *         (unless if #define TRUEHUB)
  34. # 1 = Yes  0 = No
  35.  
  36. Set TRUEHUB .............: 1
  37.  
  38. #
  39. # The IRCd won't boot if not this setting set correctly 
  40. # RTFM and go thru the config file (this file)
  41. # 1 = Yes  0 = No
  42. Set CONFIG_FILE_STOP ....: 0
  43.  
  44. # If to let non-opers do /stats O
  45. #
  46. #
  47. Set SHOWOPERS ...........: 0
  48.  
  49. #
  50. # This will get the IRCd to exit links with different protocol ( < / > )
  51. #
  52. Set KILLDIFF ............: 1
  53.  
  54. #
  55. # Show Oper MOTD at oper up?
  56. # 1 = Yes 0 = No
  57. Set SHOWOPERMOTD ........: 1
  58.  
  59. #
  60. # Hide U:lines from non-opers in /links?
  61. # 1 = Yes 0 = No
  62. Set HIDE_ULINES .........: 0
  63.  
  64. #
  65. # Allow use of ChatOps?
  66. # 1 = Yes 0 = No
  67. Set ALLOW_CHATOPS .......: 1
  68.  
  69. #
  70. # What message do you want send to Z:lined SOCKS users?
  71. #
  72. Set SOCKS_BAN_MESSAGE ...: Insecure SOCKS server
  73.  
  74. #
  75. # What quit message do we want to send not yet Z:lined SOCKS users?
  76. #
  77. Set SOCKS_QUIT_MESSAGE ..: Insecure SOCKS server
  78.  
  79. #
  80. # How many seconds will a insecure SOCKS be banned?
  81. #
  82. Set SOCKSBANTIME ........: 86400
  83.  
  84. #
  85. # How many channels are users allowed to join?
  86. #
  87. Set MAXCHANNELSPERUSER ..: 10
  88.  
  89. #
  90. # Will we support WebTV, NOTE replaces /NOTICE with a /PRIVMSG
  91. # 1 = Yes 0 = No
  92. Set WEBTV_SUPPORT .......: 0
  93.  
  94. #
  95. # Should usermode +I (Total Invisibility) be disabled?
  96. # 1 = Yes 0 = No
  97. Set NO_OPER_HIDING ......: 0
  98.  
  99. #
  100. # Should we make the user join a channel(s) on connect?
  101. # 0 = No, if Yes, enter the channel name
  102. # to make them join multiple channels seperate with ,s
  103. # ex Set AUTO_JOIN_CHANS .....: #chan1,#chan2,#chan3
  104. Set AUTO_JOIN_CHANS .....: 0
  105.  
  106. #
  107. # Should we make the user join a channel(s) on /oper?
  108. # 0 = No, if Yes, enter the channel name
  109. # to make them join multiple channels seperate with ,s
  110. # ex Set OPER_AUTO_JOIN_CHANS : #chan1,#chan2,#chan3
  111. Set OPER_AUTO_JOIN_CHANS : 0
  112.